if the shiftKey is down and the commandKey is down then
HIDE CARD FIELD 2
end if
end idle
-- part 1 (field)
-- low flags: 80
-- high flags: 0002
-- rect: left=114 top=173 right=229 bottom=284
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=9 top=273 right=309 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual effect dissolve very slowly
go to card id 2301
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=472 top=80 right=113 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 12008 / 12008
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Front Page
----- HyperTalk script -----
on mouseUp
go to card id 3310 of stack "mouseUP"
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=8 top=20 right=66 bottom=503
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
show card field 2
end mouseUp
-- part 7 (field)
-- low flags: 80
-- high flags: 0001
-- rect: left=8 top=20 right=342 bottom=502
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name:
----- HyperTalk script -----
on mouseup
if the optionKey is down then
hide card field 2
exit mouseup
end if
end mouseup
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=10 top=80 right=115 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go to card id 14014
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=10 top=141 right=178 bottom=501
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go to card id 18545
end mouseUp
-- part contents for card part 1
----- text -----
8/18/88
-- part contents for card part 7
----- text -----
The Big Picture is a sphere. It rotates. One can only see a part of it at any given time and from any given vantage point.
Which of course is a very oblique tip or suggestion
I think probably the most important thing about HyperCard‚Ñ¢ is that there seems to be something inherent-ly co-operative about it.
I mention this because as we pursue the how of every-thing it is perhaps too easy to forget the why.
The rest of the tips are about HOW.
FOR EXAMPLE: THIS FIELD IS OVER SEVERAL LARGE BUTTONS. THEREFORE TO HIDE IT HIT SHIFT/COMMAND. OTHERWISE YOU WOULD HAVE A GOOD PROBABILITY OF HITTING ONE OF THE BUTTONS 'BEHIND' THIS FIELD. (THIS IS AN "ON IDLE" SCRIPT FOR THIS CARD.)